home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / MakeWrite / 00README next >
Encoding:
Text File  |  1994-03-30  |  1.3 KB  |  35 lines  |  [TEXT/R*ch]

  1. This directory contains sources, binary and documentation for MakeWrite,
  2. an application that allows MacWrite documents to be created from text files
  3. containing embedded formatting information.  For example, you can define
  4. the strings "\bold\", "\italic\"  and "\plain\" to mean switch to boldface,
  5. italics and plain style, respectively.  Then the input text
  6.  
  7.     This is some \bold\boldface\plain\ and \italic\italicised\plain\
  8.     text.
  9.  
  10. will come out with the fourth word boldface and the sixth word in
  11. italics.
  12.  
  13. You can define any string to be any combination of font, point size
  14. and type style.  You can specify when input lines should be joined in
  15. output paragraphs and whether MakeWrite should try to figure out when
  16. to put two spaces between lines that are joined (e.g., if the end of a
  17. line is also the end of a sentence, the next line should be joined with
  18. two spaces, not one).
  19.  
  20. MakeWrite was last compiled with LightspeedC 2.01 and TransSkel 1.02,
  21. I believe, so be aware of this.  TransSkel is currently at 2.01, so some
  22. slight conversion will be necessary (see the TransSkel document).
  23.  
  24. Paul DuBois
  25. dubois@primate.wisc.edu
  26. 04 Oct 89
  27.  
  28. MakeWrite.announce    Announcements posted when MakeWrite was released
  29. MW.src.announce        on Usenet
  30.  
  31. MW.pit.Hqx        I *think* this contains the binary and documentation
  32. MWAux.pit.Hqx
  33.  
  34. MakeWrite.pit.Hqx    I *think* this contains the source code
  35.